home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / LetLoveEnergy.swf / scripts / frame_751 / PlaceObject2_214_2 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2005-08-05  |  202 b   |  14 lines

  1. onClipEvent(load){
  2.    if(_name eq "bigfloor")
  3.    {
  4.       _visible = false;
  5.    }
  6.    else
  7.    {
  8.       _X = Internal_X;
  9.       _Y = Internal_Y;
  10.       alive = true;
  11.       onscreen = true;
  12.    }
  13. }
  14.